-
Notifications
You must be signed in to change notification settings - Fork 997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[flink] Support minor compact strategy for dedicated compaction action. #4589
[flink] Support minor compact strategy for dedicated compaction action. #4589
Conversation
...on-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/action/CompactAction.java
Show resolved
Hide resolved
...k/paimon-flink-common/src/main/java/org/apache/paimon/flink/action/CompactActionFactory.java
Outdated
Show resolved
Hide resolved
...flink-common/src/main/java/org/apache/paimon/flink/sink/MultiTablesStoreCompactOperator.java
Outdated
Show resolved
Hide resolved
...aimon-flink-common/src/test/java/org/apache/paimon/flink/action/CompactActionITCaseBase.java
Show resolved
Hide resolved
...aimon-flink-common/src/test/java/org/apache/paimon/flink/action/CompactActionITCaseBase.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also modify Flink & Spark procedures?
I plan to complete this in another PR. Plan to add a new procedure |
ea69e54
to
ee89c4c
Compare
...link/paimon-flink-1.18/src/main/java/org/apache/paimon/flink/procedure/CompactProcedure.java
Outdated
Show resolved
Hide resolved
95df419
to
e0c24be
Compare
e0c24be
to
8735d54
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Purpose
Linked issue: (#4566)
Tests
API and Format
Documentation